今天來到GDB baby step 3啦!這裡的baby是真的baby啊!!確實比較輕鬆啦
題目:GDB baby step 3
- You'll need to breakpoint the instruction after the memory load.
- Use the gdb command
x/4xb addr
with the memory location as the addressaddr
to examine.GDB manual page
.- Any registers in
addr
should be prepended with$
like$rbp
.- Don't use square brackets for
addr
.- What is
endianness
?
解題思路:
題目:GDB baby step 3
A function can be referenced by either its name or its starting address in gdb.
前提須知:
恭喜各位完整完成了一整個系列的reverse啦!!希望各位有看懂我在打什麼🤣🤣
那下個系列我會想要的是單題單題的因為系列的有點風險我可能也不會🤣🤣